type golang.org/x/tools/internal/event/keys.UInt64
9 uses
golang.org/x/tools/internal/event/keys (current package)
keys.go#L359: type UInt64 struct {
keys.go#L365: func NewUInt64(name, description string) *UInt64 {
keys.go#L366: return &UInt64{name: name, description: description}
keys.go#L369: func (k *UInt64) Name() string { return k.name }
keys.go#L370: func (k *UInt64) Description() string { return k.description }
keys.go#L372: func (k *UInt64) Format(w io.Writer, buf []byte, l label.Label) {
keys.go#L377: func (k *UInt64) Of(v uint64) label.Label { return label.Of64(k, v) }
keys.go#L380: func (k *UInt64) Get(lm label.Map) uint64 {
keys.go#L388: func (k *UInt64) From(t label.Label) uint64 { return t.Unpack64() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)